home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / pray150.zip / INSTALL.TXT < prev    next >
Text File  |  1997-07-31  |  6KB  |  167 lines

  1.                               Prayer v1.00
  2.                 Copyright (C) 1997 Alecia & Bobby Darin
  3.                           All rights reserved
  4.  
  5.                               Dedicated to
  6.                    the Order of St. Paul the Apostle
  7.                      and GOD, the Father, almighty
  8.  
  9. Synopsis:
  10.  
  11.     This program is a prayer request door.  It will work on any BBS that
  12.     supports DORINFO1.DEF drop file format.  It allows your users to
  13.     enter prayer requests and has the ability to allow the sysop to make
  14.     a screen with a random prayer on it for his/her BBS.
  15.  
  16. A word from the authors:
  17.  
  18.     Thank you for using this software.  PRAYER is FREEWare.  If you do
  19.     feel the urge to donate to its continued developement, please send
  20.     check or money order to the following:
  21.  
  22.         WILLIAM COX
  23.         P.O. BOX 1283
  24.         BELLEVUE, NE  68005
  25.  
  26.     The amount that you donate is entirely up to you ;)  May GOD bless
  27.     you and your family.
  28.  
  29. Setup:
  30.  
  31.     Simply copy the files into a directory called PRAYER.
  32.  
  33.     Next make a batch file with the following:
  34.  
  35.         @echo off
  36.         rem
  37.         rem change accordingly
  38.         rem
  39.         c:
  40.         cd \prayer
  41.         prayer c:\ns3\node-1\dorinfo1.def
  42.         rem
  43.         rem what ever your BBS requires to re-load
  44.  
  45.     Follow your BBS documentation in the DOORS section.  Thats it...
  46.  
  47.     Prayer request is now ready to run.
  48.  
  49. Random Screens:
  50.  
  51.     PRAYER can make random screens by the following commands:
  52.  
  53.         cd\prayer
  54.         prayer random
  55.  
  56.     In the prayer directory, you will find PRAYER.ANS and PRAYER.ASC,
  57.     ansi and ascii versions accordingly.  These screens can then be
  58.     placed in you log-in sequence (as we do) or anywhere you desire,
  59.     including as a log-off.
  60.  
  61.     This feature can be ran as often as you like.
  62.  
  63. Multi-node operatioons:
  64.  
  65.     The next step is required *ONLY* if your multi-tasker does *NOT*
  66.     provide DPMI services.
  67.  
  68.     The last step is to adjust the CWSDPMI program so you won't have
  69.     sharing violations.  Normally, you need never run this piece of
  70.     software; however; multi-node operations cause several unusual
  71.     factors to occur. To circumvent these problems, just add the below
  72.     line to your AUTOEXEC.BAT for *each* node:
  73.  
  74.         CWSDPMI -p -s%NODEDIR%DPMI.SWP
  75.  
  76.         the -p tells CSWDPMI to load permamently in memory.
  77.  
  78.         the -s tells CWSDPMI to change the name and location of the swap
  79.         file.
  80.  
  81.         the %NODEDIR% directs the swap file to the location set in the
  82.         NODEDIR environment variable.  You can replace this with a
  83.         literal if you like, ie:
  84.  
  85.             CWSDPMI -p -sC:\TEMP\DPMI.SWP
  86.  
  87.         There are no spaces other than those shown in the command line.
  88.  
  89. The PrayerRing:
  90.  
  91.     This software has the ability to be linked via a FTN style network.
  92. The PrayerRing, as I call it, current ly has four systems linked.
  93. Everyone is welcome and it is free.  Wheather you decide to join ours or
  94. start your own local PrayerRing, you will need to know the following:
  95.  
  96. First, You will need to add this below line to your nightly clean-up:
  97.  
  98.     1│  C:
  99.     2│  CD \DOORS\PRAYER
  100.     3│  PRAYER KEEP 30
  101.  
  102. Adjust lines 1 and 2 according to your system.
  103.  
  104. line 3 tells PRAYER how many days to keep prayers before they are cycled
  105. out.  this value can be adjusted to your system's needs
  106.  
  107. Next, setting up a PrayerRing.  You need a desinnated hub, in our case
  108. 1:285/82 is the hub of the PrayerRing.  So the following holds true:
  109.  
  110.     1:285/82        the hub
  111.     1:285/81        ─┐
  112.     1:285/86         ├─  the nodes in the ring
  113.     1:285/88        ─┘
  114.  
  115. Each node needs to be assigned a specific unique identifier.  This is
  116. done to prevent mishaps with the prayer list.  Our PrayerRing is a follows:
  117.  
  118.     Node #          Unique Id
  119.     ─────────       ──────────
  120.     1:285/82        02850082.1
  121.     1:285/81        02850081.1
  122.     1:285/86        02850086.1
  123.     1:285/88        02850088.1
  124.  
  125. With the above in mind, here is my section (the hub) of the PrayerRing:
  126.  
  127.     This section handles sending my prayer list to the other connected
  128.     systems.  Dups are handled automatically.  this section can be
  129.     executed every time a user logs off or one a day, that is
  130.     preference.
  131.  
  132.         y:
  133.         cd \doors\prayer
  134.         rem
  135.         rem copy my prayer list to the unique identifier
  136.         rem
  137.         copy prayer.lst 02850082.1
  138.         y:
  139.         cd \db
  140.         rem
  141.         rem using DB's DOS prompt file forwarding utility, send my list
  142.         rem to the other systems I hub
  143.         rem
  144.         dbutil send 1:285/81 y:\doors\prayer\02850082.1
  145.         dbutil send 1:285/86 y:\doors\prayer\02850082.1
  146.         dbutil send 1:285/88 y:\doors\prayer\02850082.1
  147.  
  148.     This next section is in my mailer.bat file and is executed everytime
  149.     I take mail.
  150.  
  151.         rem
  152.         rem handle the PrayerRing
  153.         rem
  154.         y:
  155.         cd \doors\prayer
  156.         if exist y:\db\files\02850081.1 prayer merge y:\db\files\02850081.1
  157.         if exist y:\db\files\02850086.1 prayer merge y:\db\files\02850086.1
  158.         if exist y:\db\files\02850088.1 prayer merge y:\db\files\02850088.1
  159.  
  160.     The merging process automatically removes the unique id file after
  161.     its done.
  162.  
  163.     The RayerRing is ready for operation...
  164.  
  165.     If you would like to join our PrayerRing, please drop me a net-mail
  166.     at 1:285/82.0.
  167.